Vcenter Vm Guest Filesystem Files FileAttributesInfo
The Vcenter Vm Guest Filesystem Files FileAttributesInfo schema describes the attributes of a file in a guest operating system.
This schema was added in vSphere API 7.0.2.0.
{
"last_modified": "string",
"last_accessed": "string",
"symlink_target": "string",
"filesystem_family": "string",
"win_attributes": {
"hidden": false,
"read_only": false,
"created": "string"
},
"posix_attributes": {
"owner": 0,
"group": 0,
"permissions": "string"
}
}
The date and time the file was last modified.
This property was added in vSphere API 7.0.2.0.
The date and time the file was last accessed.
This property was added in vSphere API 7.0.2.0.
The target for the file if it's a symbolic link. This is currently only set for Posix guest operating systems, but may be supported in the future on Windows guest operating systems that support symbolic links.
This property was added in vSphere API 7.0.2.0.
Set if the file is a symbolic link.
The type of guest filesystem.
For more information see: Vcenter Vm Guest Filesystem Files FilesystemFamily.
This property was added in vSphere API 7.0.2.0.
Windows-specific file information.
This property was added in vSphere API 7.0.2.0.
This property is optional and it is only relevant when the value of filesystem_family is Vcenter Vm Guest Filesystem Files FilesystemFamily.WINDOWS.
Posix-specific file information.
This property was added in vSphere API 7.0.2.0.
This property is optional and it is only relevant when the value of filesystem_family is Vcenter Vm Guest Filesystem Files FilesystemFamily.POSIX.